home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 23
/
Amiga Format AFCD23 (Feb 1998, Issue 107).iso
/
-coverdisks-
/
subsdisk
/
subs.dms
/
subs
/
gui4cli.LZX
/
Gui4Cli
/
G4C
/
CED
/
cedMark.g
< prev
Wrap
Text File
|
2003-12-15
|
515b
|
27 lines
G4C - CygnusEd Rexx control centre
; This is an accompanying GUI for the cedbar.gc GUI
WINBIG 604 21 46 66 "GO"
WinType 11000000
Screen CygnusEdScreen1
varpath 'cedbar.gc'
;***************************** MARK Set/Go *********************
XRADIO 24 2 18 9 cedMark 2
RStr 1 1
RStr 2 2
RStr 3 3
XBUTTON 5 48 36 16 Set
cedSend = "mark location "
AppVar cedSend $cedMark
SendRexx rexx_ced $cedSend
XBUTTON 5 32 36 16 Go
SetVar cedSend "jump to mark "
AppVar cedSend $cedMark
SendRexx rexx_ced $cedSend